home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 4730 < prev    next >
Encoding:
Text File  |  1996-08-06  |  892 b   |  35 lines

  1. Path: news.uh.edu!usenet
  2. From: Sensarn <txs53132@bayou.uh.edu>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Why C++ sucks++
  5. Date: 31 Jan 1996 20:30:04 GMT
  6. Organization: AEtna Insurance Agency
  7. Message-ID: <4eojgc$d10@masala.cc.uh.edu>
  8. References: <1996Jan29.223357.1@aspen> <4eobl2$1sq@news2.ios.com>
  9. NNTP-Posting-Host: sip-14293.public-dialups.uh.edu
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 1.1 (Windows; U; 16bit)
  14.  
  15. >Try this:
  16. >
  17. >>*** SEASONED PROFESSIONAL ***
  18. >#include <iostream.h>
  19. >main() { cout << "Hello world\n";}
  20. >
  21. >*******************************************
  22. >*    Vlastimil Adamovsky                  *
  23. >* Smalltalk, C++ and Envelop development  *
  24. >*******************************************
  25. >
  26.  
  27. Yeah, or this:
  28.  
  29. #include <stdio.h>
  30.  
  31. void main(void) {printf("\nHello world\n");}
  32.  
  33. Steven Sensarn - txs53132@bayou.uh.edu
  34.  
  35.